home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / WindowForOOE.m < prev    next >
Encoding:
Text File  |  1995-07-30  |  215 b   |  17 lines

  1.  
  2. #import "ScrollViewDeluxeForOOE.h"
  3. #import "WindowForOOE.h"
  4.  
  5. @implementation WindowForOOE
  6.  
  7. - setDocEdited:(BOOL)flag;
  8. {
  9.     [super setDocEdited:flag];
  10.     [contentView ooeStatusChanged:delegate];
  11.     return self;
  12. }
  13.  
  14. @end
  15.  
  16.  
  17.